projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916009b
)
gtkapplication.c: Fix syntax error
author
Martin Pitt
<martin.pitt@ubuntu.com>
Sat, 7 Jan 2012 09:04:18 +0000
(10:04 +0100)
committer
Martin Pitt
<martin.pitt@ubuntu.com>
Sat, 7 Jan 2012 09:04:18 +0000
(10:04 +0100)
Previous commit accidentally removed the closing } from
gtk_application_end_session(). Add it back to unbreak the build.
gtk/gtkapplication.c
patch
|
blob
|
history
diff --git
a/gtk/gtkapplication.c
b/gtk/gtkapplication.c
index 4705c250e3f1c025bdf374f923a6fd75282e03b6..a30529a636231dfe79897167b5b9b801a1cd8bf1 100644
(file)
--- a/
gtk/gtkapplication.c
+++ b/
gtk/gtkapplication.c
@@
-1444,6
+1444,7
@@
gtk_application_end_session (GtkApplication *application,
NULL, NULL, NULL);
break;
}
+}
#else